home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMALWAYSACCEPT / TFRMALWAYSACCEPT.txt
Encoding:
Text File  |  2002-03-14  |  6.4 KB  |  261 lines

  1. object frmAlwaysAccept: TfrmAlwaysAccept
  2.   Left = 78
  3.   Top = 156
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Accept e-mail from'
  7.   ClientHeight = 260
  8.   ClientWidth = 602
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object EsLabel1: TEsLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 473
  24.     Height = 35
  25.     Appearance = apCustom
  26.     Caption = 'Always accept e-mail when:'
  27.     ColorScheme = csCustom
  28.     CustomSettings.ShadowColor = clOlive
  29.     CustomSettings.ShadowDepth = 4
  30.     CustomSettings.ShadowStyle = ssExtrude
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlue
  33.     Font.Height = -27
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     OnClick = EsLabel1Click
  38.   end
  39.   object Label1: TLabel
  40.     Left = 10
  41.     Top = 171
  42.     Width = 212
  43.     Height = 64
  44.     AutoSize = False
  45.     Caption = 
  46.       'Select an image to easily associate an incoming e-mail from a fr' +
  47.       'iend or mailing list.'
  48.     WordWrap = True
  49.   end
  50.   object edSubject: TEdit
  51.     Left = 396
  52.     Top = 116
  53.     Width = 197
  54.     Height = 24
  55.     TabOrder = 7
  56.   end
  57.   object btOK: TButton
  58.     Left = 432
  59.     Top = 224
  60.     Width = 75
  61.     Height = 27
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 10
  66.     OnClick = btOKClick
  67.   end
  68.   object btCancel: TButton
  69.     Left = 518
  70.     Top = 224
  71.     Width = 75
  72.     Height = 27
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 11
  77.     OnClick = btCancelClick
  78.   end
  79.   object rbEmail: TRadioButton
  80.     Left = 24
  81.     Top = 56
  82.     Width = 209
  83.     Height = 17
  84.     Caption = 'The explicit e-mail address is:'
  85.     Checked = True
  86.     TabOrder = 0
  87.     TabStop = True
  88.     OnClick = EsLabel1Click
  89.   end
  90.   object rbDomain: TRadioButton
  91.     Left = 24
  92.     Top = 88
  93.     Width = 169
  94.     Height = 17
  95.     Caption = 'The domain name is:'
  96.     TabOrder = 2
  97.     OnClick = EsLabel1Click
  98.   end
  99.   object rbSubject: TRadioButton
  100.     Left = 24
  101.     Top = 120
  102.     Width = 80
  103.     Height = 17
  104.     Caption = 'When the'
  105.     TabOrder = 4
  106.     OnClick = EsLabel1Click
  107.   end
  108.   object cbWhat: TComboBox
  109.     Left = 231
  110.     Top = 116
  111.     Width = 162
  112.     Height = 24
  113.     HelpContext = 2001
  114.     Style = csDropDownList
  115.     ItemHeight = 16
  116.     Items.Strings = (
  117.       'Contains'
  118.       'Contains (whole word)'
  119.       'Equals (exact match)'
  120.       'Starts with'
  121.       'Ends with')
  122.     TabOrder = 6
  123.   end
  124.   object cbCase: TCheckBox
  125.     Left = 232
  126.     Top = 152
  127.     Width = 273
  128.     Height = 17
  129.     HelpContext = 2002
  130.     Caption = '&Check if case matters (upper/lower)'
  131.     TabOrder = 8
  132.   end
  133.   object edEmail: TEdit
  134.     Left = 232
  135.     Top = 52
  136.     Width = 361
  137.     Height = 24
  138.     Hint = 'Type in an e-mail address (cpsupport@contactplus.com)'
  139.     TabOrder = 1
  140.   end
  141.   object edDomain: TEdit
  142.     Left = 232
  143.     Top = 84
  144.     Width = 361
  145.     Height = 24
  146.     Hint = 'The domain is the part after the '#39'@'#39' symbol'
  147.     TabOrder = 3
  148.   end
  149.   object cbLine: TComboBox
  150.     Left = 109
  151.     Top = 116
  152.     Width = 109
  153.     Height = 24
  154.     Style = csDropDownList
  155.     ItemHeight = 16
  156.     Items.Strings = (
  157.       'Subject:'
  158.       'CC:'
  159.       'Reply-To:'
  160.       'To:'
  161.       'Any Header')
  162.     TabOrder = 5
  163.   end
  164.   object grid: TAdvStringGrid
  165.     Left = 231
  166.     Top = 183
  167.     Width = 280
  168.     Height = 25
  169.     ColCount = 12
  170.     DefaultColWidth = 22
  171.     DefaultRowHeight = 21
  172.     FixedCols = 0
  173.     RowCount = 1
  174.     FixedRows = 0
  175.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  176.     ScrollBars = ssVertical
  177.     TabOrder = 9
  178.     AutoSize = False
  179.     VAlignment = vtaCenter
  180.     EnhTextSize = False
  181.     EnhRowColMove = False
  182.     SortFixedCols = False
  183.     SizeWithForm = False
  184.     Multilinecells = False
  185.     SortDirection = sdAscending
  186.     SortShow = False
  187.     EnableGraphics = True
  188.     SortColumn = 0
  189.     ScrollProportional = False
  190.     HintColor = clYellow
  191.     SelectionColor = clHighlight
  192.     SelectionTextColor = clHighlightText
  193.     SelectionRectangle = False
  194.     HintShowCells = False
  195.     PrintSettings.FooterSize = 0
  196.     PrintSettings.HeaderSize = 0
  197.     PrintSettings.Time = ppNone
  198.     PrintSettings.Date = ppNone
  199.     PrintSettings.PageNr = ppNone
  200.     PrintSettings.Title = ppNone
  201.     PrintSettings.Font.Charset = DEFAULT_CHARSET
  202.     PrintSettings.Font.Color = clWindowText
  203.     PrintSettings.Font.Height = -11
  204.     PrintSettings.Font.Name = 'MS Sans Serif'
  205.     PrintSettings.Font.Style = []
  206.     PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
  207.     PrintSettings.HeaderFont.Color = clWindowText
  208.     PrintSettings.HeaderFont.Height = -11
  209.     PrintSettings.HeaderFont.Name = 'MS Sans Serif'
  210.     PrintSettings.HeaderFont.Style = []
  211.     PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
  212.     PrintSettings.FooterFont.Color = clWindowText
  213.     PrintSettings.FooterFont.Height = -11
  214.     PrintSettings.FooterFont.Name = 'MS Sans Serif'
  215.     PrintSettings.FooterFont.Style = []
  216.     PrintSettings.Borders = pbNoborder
  217.     PrintSettings.Centered = False
  218.     PrintSettings.RepeatFixedRows = False
  219.     PrintSettings.RepeatFixedCols = False
  220.     PrintSettings.LeftSize = 0
  221.     PrintSettings.RightSize = 0
  222.     PrintSettings.ColumnSpacing = 0
  223.     PrintSettings.RowSpacing = 0
  224.     PrintSettings.Orientation = poPortrait
  225.     PrintSettings.PagePrefix = 'page'
  226.     PrintSettings.FixedWidth = 0
  227.     PrintSettings.FixedHeight = 0
  228.     PrintSettings.UseFixedHeight = False
  229.     PrintSettings.UseFixedWidth = False
  230.     PrintSettings.FitToPage = fpNever
  231.     Navigation.AllowInsertRow = False
  232.     Navigation.AllowDeleteRow = False
  233.     Navigation.AdvanceOnEnter = False
  234.     Navigation.AdvanceInsert = False
  235.     Navigation.AutoGotoWhenSorted = False
  236.     Navigation.AdvanceDirection = adLeftRight
  237.     Navigation.AllowClipboardShortCuts = False
  238.     Navigation.AdvanceAuto = False
  239.     ColumnSize.Save = False
  240.     ColumnSize.Stretch = False
  241.     SizeWhileTyping.Height = False
  242.     SizeWhileTyping.Width = False
  243.     MouseActions.AllSelect = False
  244.     MouseActions.ColSelect = False
  245.     MouseActions.RowSelect = False
  246.     MouseActions.DirectEdit = False
  247.     MouseActions.CaretPositioning = False
  248.     GridImages = frmMain.ImageList1
  249.     IntelliPan = ipVertical
  250.     URLColor = clBlack
  251.     URLShow = False
  252.     URLFull = False
  253.     URLEdit = False
  254.     FixedFooters = 0
  255.     FixedRightCols = 0
  256.     WordWrap = False
  257.     Lookup = False
  258.     LookupHistory = False
  259.   end
  260. end
  261.